<style type="text/css">
  div{
    background-color:#E0E0E0;
    border:2px solid black;
    padding:20px;
  }
  #warstwa1{
    /*position:relative;*/
    width:250px;
    height:100px;
    left:30px;
  }
  #warstwa2{
    /*position:static;*/
    width:200px;
    height:40px;
    left:300px;
  }
  #akapit1{
    /*position:absolute;*/
    border:2px dotted black;
    background-color:white;
    margin:0px;
    left:0px;
    top:10px;
  }
</style>
